# HAS_COMMAND

Determine the existence of a command and if yes, returns 1.

# Arguments

Index Status Description
1 Required The command to test for existence

# Example

ifneq ($(call HAS_COMMAND,wget),1)
$(error Install wget)
endif
Last Updated: 2/13/2023, 5:03:54 PM